'Declaration Public Overloads Function GetThumbnail( _
ByVal sizeThe size, in pixels, of the requested thumbnail image.As System.Drawing.Size, _
ByVal loadingProgressDelegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As VintasoftImage
public VintasoftImage GetThumbnail(
System.Drawing.Size size,
System.EventHandler<ProgressEventArgs> loadingProgress
)
public: VintasoftImage* GetThumbnail(
System.Drawing.Size* size,
System.EventHandler<ProgressEventArgs*>* loadingProgress
)
public:
VintasoftImage^ GetThumbnail(
System.Drawing.Size^ size,
System.EventHandler<ProgressEventArgs^>^ loadingProgress
)
Parameters
- size
- The size, in pixels, of the requested thumbnail image.
- loadingProgress
- Delegate of the thumbnail loading progress. Can be set to null (Nothing in Visual Basic).
Return Value
The VintasoftImage object that represents the thumbnail.